Fix typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Dec 2005 04:55:16 +0000 (04:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Dec 2005 04:55:16 +0000 (04:55 +0000)
docs/reference/gdk/tmpl/input.sgml

index 49af128075515502a679685bf7d21c1220909d7c..87e3aa2f105318e0393557231305af0188d06647 100644 (file)
@@ -57,14 +57,13 @@ an input callback will be triggered. The three members
 of this enumeration correspond to the @readfds, 
 @writefds, and @exceptfds arguments to the 
 <function>select</function> system call.
+</para>
 
 @GDK_INPUT_READ: the file descriptor has become available for reading.
 (Or, as is standard in Unix, a socket or pipe was closed
 at the other end; this is the case if a subsequent read
 on the file descriptor returns a count of zero.)
-
 @GDK_INPUT_WRITE: the file descriptor has become available for writing.
-
 @GDK_INPUT_EXCEPTION: an exception was raised on the file descriptor.
 
 <!-- ##### USER_FUNCTION GdkInputFunction ##### -->